home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Testing & Debugging / Parameters / Show Globals / MPP Vars.asm < prev    next >
Encoding:
Assembly Source File  |  1993-09-17  |  451 b   |  16 lines  |  [TEXT/KAHL]

  1.     
  2.     
  3. DData=*$2d8
  4.     dc.b 0            ; AppleTalk Node address
  5.     dc.b 0            ; destination node, RHA begin
  6.     dc.b 0            ; source node
  7.     dc.b 0            ; lap type
  8.     dc.b 0            ; hop count and two bits of packet len
  9.     dc.b 0            ; low byte of packet len
  10.     dcb.b 19,0        ; RHA, dest, source, lap type
  11.     dc.b 0            ; sysABridge (current bridge)
  12.     dc.w 0            ; sysNetNum (our network number)
  13.     dc.w 0            ; vSCCEnable, value to reenable SCC interrupts
  14.     dc.l 0            ; ATPVars (pointer to ATP variables)
  15.  
  16.